internal/profile.buffer.typ (field)

8 uses

	internal/profile (current package)
		proto.go#L31: 	typ   int
		proto.go#L173: 	b := buffer{data: data, typ: 2}
		proto.go#L205: 	b.typ = int(x & 7)
		proto.go#L208: 	switch b.typ {
		proto.go#L238: 		return nil, fmt.Errorf("unknown wire type: %d", b.typ)
		proto.go#L245: 	if b.typ != typ {
		proto.go#L283: 	if b.typ == 2 {
		proto.go#L314: 	if b.typ == 2 {